Return

Edit Resource: AssignmentColor

Description

The AssignmentColor attribute under EditResource allows you to assign a specific color to the given resource using RBG color code to define the color. This color will be reflected in the Resource Gantt and in the Task Assignment Gantt for any task using the current resource. If a task has multiple resources with their colors overridden, the first resource's color will be displayed in the Task Assignment Gantt.

Parameters

Parameter Description
Override Options are either TRUE or FALSE. If TRUE, Astro Scheduler Engine will override the default color scheme.
Color A number between 0-255 representing the ratio of the color.

Examples

This resource would be represented by the color cyan in the gantt view.

PATCH api/resource/Ops Team

Body:

{

"AssignmentColor" : {

"Override" : "TRUE",

"Color" : "255,0,255,255" }

}